home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000062_fdc@columbia.edu_Fri May 9 18:35:15 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 14282 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit AIX Binary with SSL
  6. Date: 9 May 2003 18:35:11 -0400
  7. Organization: Columbia University
  8. Lines: 27
  9. Message-ID: <b9haev$fbl$1@watsol.cc.columbia.edu>
  10. References: <bb491ed9.0305091052.295b8a63@posting.google.com> <b9h0ef$qr7$1@blue.rahul.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1052519712 15316 128.59.39.139 (9 May 2003 22:35:12 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 9 May 2003 22:35:12 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14282
  16.  
  17. In article <b9h0ef$qr7$1@blue.rahul.net>,
  18.  <dold@C-KermitXA.usenet.us.com> wrote:
  19. : Craig Petty <cpetty1963@yahoo.com> wrote:
  20. : > Anyone know where I can get an AIX (4.3) binary build with SSL?  I've
  21. : > downloaded several from columbia.edu, but none have SSL support
  22. : > compiled in.
  23. : > We don't have compilers on our AIX boxes and I wanted to check first
  24. : > for a built version before going down the path of building my own.
  25. : If there's no philosophical reason not to use gcc, you could download that
  26. : from 
  27. : http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
  28. : Ignore the "Linux" part of the name.  All of the AIX freeware is built to
  29. : RPM distribution.
  30. : I used the gcc from here to compile kermit on 4.3 and 5.1 H80.
  31. The only makefile targets for building C-Kermit with OpenSSL on AIX are:
  32.  
  33.   aix43gcc+openssl (OpenSSL only)
  34.   aix43gcc+krb5+krb4+openssl (OpenSSL + Kerberos 4 and 5)
  35.  
  36. Since you have AIX 4.3, the first one should work.  Those who have other
  37. AIX versions and want to build with OpenSSL might need to add makefile 
  38. targets for these combinations.
  39.  
  40. - Frank
  41.